XA Component (XA) Commands
LIST
Lists all XA transactions and associated RRS contexts in the SequeLink Server.
Parameter
None
Example
LISTlists all XA transactions and associated RRS contexts in the SequeLink Server.RELEASE
Performs cleanup of XA transactions and associated RRS contexts in the SequeLink Server by releasing contexts without an owner task that may still hold locks on DB2 resources. The transactions can be rolled back or committed to release the locks in the data store held by these contexts.
Parameters
THRDID=thread_ID
Identifies the thread ID that holds the resources in the data store.
NOTE: This parameter is required.
TYPE=ROLLBACK | COMMIT
Rolls back or commits the specified transaction. The default is ROLLBACK.
Example
RELEASE THRDID=T0000003 TYPE=ROLLBACKrolls back the specified transaction. The RSS context used the last time by T0000003 will end and all resources held in the data store by the context will be rolled back.